PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / PDFFixedDocument Constructor / PDFFixedDocument Constructor(String,String,PDFFixedDocumentFeatures)
A string that contains the name of the file from which to create the document.
Password required to open the PDF file.
Features to load from the PDF file.
In This Topic
    PDFFixedDocument Constructor(String,String,PDFFixedDocumentFeatures)
    In This Topic
    Initializes a new PDFFixedDocument object.
    Syntax
    public PDFFixedDocument( 
       java.lang.String fileName,
       java.lang.String password,
       PDFFixedDocumentFeatures documentFeatures
    )

    Parameters

    fileName
    A string that contains the name of the file from which to create the document.
    password
    Password required to open the PDF file.
    documentFeatures
    Features to load from the PDF file.
    See Also